Skip to main content

Pipeline Express

Pipeline Express is an ultralight version of Pipeline-UI to get your apps sending Algorand transactions in minutes!

Getting Started

After creating and installing the basics for a new React App, run:

cd my-new-app
npm install pipeline-express-react

In your App.js file, add the following code below your existing import declarations:

import { AlgoButton, AlgoSendButton, Pipeline} from 'pipeline-express-react'

Example App